# BLN reviewer reproduction package — dependencies
# Tested with Python 3.10–3.13 on Linux (CPU only; no GPU required).
numpy>=1.24
scipy>=1.11
pandas>=2.0
scikit-learn>=1.3
torch>=2.0
# RuleFit baseline (run_final_baselines.py) additionally needs the rulefit
# package:  pip install rulefit   (tested with rulefit 0.3.x)
# RRL baseline is vendored under code/third_party/rrl (no extra install).
